Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Rust's unused-macro-rules lint #9353

Merged

Conversation

alexcrichton
Copy link
Member

This is allow-by-default in the compiler but looks like it's got a high fidelity for us where we don't use macros super heavily, so let's try having it enabled.

This is allow-by-default in the compiler but looks like it's got a high
fidelity for us where we don't use macros super heavily, so let's try
having it enabled.
@alexcrichton alexcrichton requested review from a team as code owners October 1, 2024 19:59
@alexcrichton alexcrichton requested review from elliottt and removed request for a team October 1, 2024 19:59
Copy link
Member

@elliottt elliottt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@alexcrichton alexcrichton added this pull request to the merge queue Oct 1, 2024
Merged via the queue into bytecodealliance:main with commit c6da7d8 Oct 1, 2024
35 checks passed
@alexcrichton alexcrichton deleted the unused-macro-rules branch October 1, 2024 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants